Home
last modified time | relevance | path

Searched hist:"7 b69d79f94d42ac26a5397a07b9d78b066c400aa" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dearly_ioremap.cdiff 7b69d79f94d42ac26a5397a07b9d78b066c400aa Fri Jan 31 07:13:54 CET 2020 Andy Shevchenko <andriy.shevchenko@linux.intel.com> mm/early_ioremap.c: use %pa to print resource_size_t variables

%pa takes into consideration the special types such as resource_size_t.
Use this specifier %instead of explicit casting.

Link: http://lkml.kernel.org/r/20191209165413.56263-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>